home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libshout3 / README < prev   
Text File  |  2005-06-27  |  843b  |  21 lines

  1. libshout
  2. --------
  3.  
  4. Libshout is a library for communicating with and sending data to an
  5. icecast server.  It handles the socket connection, the timing of the
  6. data, and prevents bad data from getting to the icecast server.
  7.  
  8. With just a few lines of code, a programmer can easily turn any application
  9. into a streaming source for an icecast server.  Libshout also allows 
  10. developers who want a specific feature set (database access, request taking)
  11. to concentrate on that feature set, instead of worrying about how server
  12. communication works.
  13.  
  14. Please refer to the api reference and example code to start learning how to 
  15. use libshout in your own code.
  16.  
  17. Libshout is licensed under the LGPL.  Please see the COPYING file for details.
  18.  
  19. If you have any questions or comments, please visit us at 
  20. http://www.icecast.org or email us at team@icecast.org.
  21.